From: Jim Blandy Date: Wed, 19 May 1993 06:13:00 +0000 (+0000) Subject: Braino. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96163 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4554406a819666ce6487ceb1b0b1c5d668d41dc8;p=emacs.git Braino. --- diff --git a/src/fileio.c b/src/fileio.c index ff79504430c..24f53e9f3bb 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -173,10 +173,10 @@ A file name is handled if one of the regular expressions in\n\ Lisp_Object filename; { /* This function must not munge the match data. */ + Lisp_Object chain; CHECK_STRING (filename, 0); - Lisp_Object chain; for (chain = Vfile_name_handler_alist; XTYPE (chain) == Lisp_Cons; chain = XCONS (chain)->cdr) {